Open
Conversation
## Dockerfile Changes: - Updated Python version from 3.9.23 to 3.11.9 - Updated all python3.9 references to python3.11 - Updated libpython search patterns ## requirements.txt Changes: - scikit-learn: 1.0.2 → 1.3.2 (required for Python 3.11 support) - pyyaml: 5.4.1 → 6.0.1 (better Python 3.11 compatibility) - numpy: 1.24.3 → 1.26.4 (optimized for Python 3.11) - grpcio-tools: 1.51.1 → 1.56.2 (aligned with grpcio version) - Added notes for dlr and Jetson.GPIO regarding Python 3.11 verification ## Packages requiring manual verification: - dlr (Neo DLR): May need custom build for Python 3.11 - Jetson.GPIO: Verify compatibility on your Jetson device Co-authored-by: rajjainl <182391521+rajjainl@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request was generated by @kiro-agent 👻
Comment with /kiro fix to address specific feedback or /kiro all to address everything.
Learn about Kiro autonomous agent
Summary
This PR migrates the backend from Python 3.9 to Python 3.11 by updating the Dockerfile and dependency versions in requirements.txt.
Changes
Dockerfile Updates
python3.9command references topython3.11libpython3.9.so.1.0search patterns tolibpython3.11.so.1.0Dependencies Updated (requirements.txt)
Packages Requiring Manual Verification
Testing Recommendations
Files Modified
src/backend/Dockerfilesrc/backend/requirements.txt